home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / w95demo / w95demo.exe / A95DEMO.DXR / 00114.ls < prev    next >
Encoding:
Text File  |  1995-08-22  |  181 b   |  11 lines

  1. on mouseDown
  2.   global gAutoMode
  3.   hiliteButton()
  4.   pushLastScreen()
  5.   clearMenuButtons()
  6.   if gAutoMode = 1 then
  7.     set the timeoutScript to EMPTY
  8.   end if
  9.   go("introDialog")
  10. end
  11.